home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-15 / raidmk11.zip / READ.ME < prev    next >
Text File  |  1993-01-18  |  6KB  |  165 lines

  1. The syntax for RAIDmark is as follows:
  2.  
  3.      raidmark [-d<drive>] [-s<size>] [-t<duration>] [-l<filename>]
  4.           [-u<filename>] [-r<filename>] [-v] [-m]  [-c<comment>]
  5.           [-f<N>]
  6.  
  7. or
  8.  
  9.      raidmark {-? | -h}
  10.  
  11. All parameters are optional.
  12.  
  13.  
  14. Command-line arguments are as follows:
  15.  
  16.      -d<drive>
  17.           Tested drive ID. This is the name of the drive to be tested.
  18.           In DOS, a letter, such as 'C':
  19.                -dC
  20.  
  21.           In NOVELL, the volume name, such as 'sys':
  22.                -dSYS
  23.  
  24.           The default is the current drive.
  25.  
  26.  
  27.      -s<size>
  28.           Test file size in megabytes. If left out, this will default
  29.           to half the available disk space, with a maximum of 128
  30.           megabytes. Typically, this file should be at least 5 times
  31.           bigger than the disk cache. The bigger the test file, the
  32.           more accurate results you will get.
  33.                -s64
  34.           will create a 64 megabyte test file.
  35.  
  36.  
  37.      -t<duration>
  38.           Duration of the whole test in minutes. Actually, this number
  39.           is the total for raw access and application level test. Time
  40.           spent doing user defined tests is not included in this
  41.           number. Because of cache overflow routines, the test may
  42.           take more time than specified to complete, as this number is
  43.           an approximation of the effective time spent doing actual
  44.           testing.
  45.                -t5
  46.           will run RAIDmark to give you 5 minutes effective time.
  47.  
  48.           The default is 15 minutes.
  49.  
  50.  
  51.      -l<filename>
  52.           Log file name. Specify full pathname if you want to place
  53.           the log file outside the current directory.
  54.  
  55.           For DOS:
  56.                -lc:\temp\logs\raidmark.log
  57.           For NOVELL:
  58.                -lsys:temp\logs\raidmark.log
  59.  
  60.           Default action is to prompt the user for a filename.
  61.  
  62.      -u<filename>
  63.           User defined test file. Specify full pathname as with log
  64.           files. You can simulate different environments by changing
  65.           this file with any ASCII editor. If this parameter is
  66.           omitted, RAIDmark will look for the file TESTCASE.RDM in the
  67.           current directory. If it does not find it, RAIDmark will ask
  68.           you if you want to run user-defined tests. The format for
  69.           the user-defined test file is illustrated in the example
  70.           file TESTCASE.RDM included with this package.
  71.  
  72.  
  73.      -r<filename>
  74.           Report file name. Supply a file name into which test results
  75.           will be saved for processing by the stand-alone comparison
  76.           utility. The default extension is '.DAT'.
  77.  
  78.  
  79.      -v
  80.           Verify record checksum flag. If you supply this flag, every
  81.           record read from the test file will be checked for errors.
  82.           This will, of course, somewhat slow down the testing.
  83.           Default is no verification.
  84.  
  85.  
  86.      -m
  87.           Monochrome display. Supply this parameter if you are running
  88.           RAIDmark on a system with a monochrome monitor. Default is
  89.           16-color text mode.
  90.  
  91.  
  92.      -c<comment>
  93.           Comment to be inserted into the log file. This can be any
  94.           alpha-numeric string without spaces. Use underscores where
  95.           you would normally put spaces, e.g.
  96.                -cExample_of_comment
  97.  
  98.  
  99.      -f<N>
  100.           Force the cache file size to be at least N megabytes long.
  101.                -f10
  102.           will make RAIDmark think that the disk cache is at least 10
  103.           megabytes. This rarely-used option should be activated to
  104.           ensure valid results whenever RAIDmark cannot correctly
  105.           determine the actual cache size.
  106.  
  107.  
  108.      -?   or   -h
  109.           Quick help screen.
  110.  
  111.  
  112. To eliminate caching problems, the test file should be as large as
  113. possible. Make sure you have sufficient space on the tested drive.
  114. Typically, you will need the size you specified as test file size plus
  115. the cache size. In addition, the system on which you are running
  116. RAIDmark might need some extra disk space as well.
  117.  
  118. On a multi-processing system, RAIDmark should be the only running
  119. process, in order to get accurate results.
  120.  
  121. When using the Novell version of RAIDmark, make sure 'MATHLIB.NLM' has
  122. been loaded prior to running RAIDMARK.NLM.
  123.  
  124. When viewing the summary screens, you have 30 seconds before the
  125. screen changes. To force a pause, press P when the screen is
  126. displayed. Then, any key will continue. You also have the option to
  127. save the test data into a file for later processing by the stand-alone
  128. comparison program. To activate this option, press S while the summary
  129. screen are displayed. RAIDmark will prompt you for a filename under
  130. which the test data will be saved. The default file extension is
  131. '.DAT'.
  132.  
  133. The 'escape' key will abort the current test at any stage.
  134.  
  135.  
  136.  
  137. Revision history:
  138.  
  139.     1.1     November 11, 1992
  140.             Fixed problem reading 'TESTCASE.RDM' user-defined tests
  141.             file. Format for MS-DOS is now identical to the Novell
  142.             format.
  143.             Added the file 'PATCH311.NLM' from Novell, Inc., to
  144.             distribution diskette to fix erroneous free disk space
  145.             report in Novell.
  146.             Minor enhancements.
  147.  
  148.     1.0     October 7, 1992
  149.             Initial release.
  150.  
  151.  
  152. Please send any comments, suggestions, results (along with a description
  153. of the tested system and environment) to:
  154.  
  155. c/o RAIDmark Project Manager
  156. DynaTek Automation Systems Inc.
  157. 15 Tangiers Road, Toronto, Ontario
  158. Canada  M3J 2B1
  159.  
  160.  
  161. Or post on the DynaTek BBS:  (416) 635-9021  (300-16,800 baud HST)
  162.  
  163. Updated versions of RAIDmark are available for downloading from the
  164. DynaTek BBS.
  165.